implement vmap()
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Nov 2012 09:47:58 +0000 (10:47 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Nov 2012 09:47:58 +0000 (10:47 +0100)
commitd0d4635d034f202bb401a6efa3ba61530f3854ab
tree3f2582ada49966c66898d6fdf8568e81098595f7
parent7bdfb850aecdf43e2723e0a6c4415d6a81d4d187
implement vmap()

... and use it as basis for a proper ioremap() on x86.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/mm.c
xen/arch/x86/setup.c
xen/common/Makefile
xen/common/vmap.c [new file with mode: 0644]
xen/drivers/acpi/apei/erst.c
xen/drivers/video/vesa.c
xen/include/asm-x86/config.h
xen/include/asm-x86/fixmap.h
xen/include/asm-x86/io.h
xen/include/xen/vmap.h [new file with mode: 0644]